<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link, a:visited, a:active {
    text-decoration: none;
}
a img{border:0;}
a:visited {
	color: #999;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}</pre></body></html>